type testing.testDeps
6 uses
testing (current package)
fuzz.go#L461: deps testDeps
fuzz.go#L476: func runFuzzTests(deps testDeps, fuzzTests []InternalFuzzTarget, deadline time.Time) (ran, ok bool) {
fuzz.go#L560: func runFuzzing(deps testDeps, fuzzTests []InternalFuzzTarget) (ok bool) {
testing.go#L1982: deps testDeps
testing.go#L2002: type testDeps interface {
testing.go#L2023: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {